Uses of Class
org.eclipse.vtp.framework.webservices.configurations.WebServiceInputConfiguration

Packages that use WebServiceInputConfiguration
org.eclipse.vtp.framework.webservices.configurations   
 

Uses of WebServiceInputConfiguration in org.eclipse.vtp.framework.webservices.configurations
 

Methods in org.eclipse.vtp.framework.webservices.configurations that return WebServiceInputConfiguration
 WebServiceInputConfiguration[] WebServiceCallConfiguration.getInputs()
          Returns the inputs specified for the call.
 

Methods in org.eclipse.vtp.framework.webservices.configurations with parameters of type WebServiceInputConfiguration
 void WebServiceCallConfiguration.addInput(WebServiceInputConfiguration input)
          Adds an input to this call.
 void WebServiceCallConfiguration.removeInput(WebServiceInputConfiguration input)
          Removes an input from this call.